home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK11⁄89.cpt / Using Repeat / card_3018.txt < prev    next >
Text File  |  1989-11-02  |  719b  |  40 lines

  1. -- card: 3018 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 24
  9. ----- text -----
  10. put "Hooray for HyperCard!"
  11. repeat 10 times
  12.    put space before msg
  13. end repeat
  14. repeat 20
  15.    put space before word 3 of msg
  16. end repeat
  17. repeat 10
  18.    put empty into char 21 of msg
  19. end repeat
  20. wait 30
  21. hide msg
  22.  
  23. -- part contents for background part 8
  24. ----- text -----
  25. repeat [for] <number of times> [times]
  26.  
  27. -- part contents for background part 26
  28. ----- text -----
  29. put "Hooray for HyperCard!"
  30. repeat 10 times
  31.    put space before msg
  32. end repeat
  33. repeat 20
  34.    put space before word 3 of msg
  35. end repeat
  36. repeat 10
  37.    put empty into char 21 of msg
  38. end repeat
  39. wait 30
  40. hide msg